@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/BebasNeue-Regular.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* 导航栏 */
.header_nav{height:104px; width:100%; background: #FFF; }
.header_nav .container{position: relative}
.h_logo{width:242px; height:auto; position: absolute; left:0; top:0; z-index: 999; margin-left:479px;}
.h_logo img{width:100%; height: auto; display: block}
.nav{width:479px; height:104px;float: left; }
.nav .nLi{ float:left;  position:relative; display:inline; height:104px;  width:104px; text-align: center; padding-top: 25px; }
.nav .nLi1{ float:right;  position:relative; display:inline; height:104px;  width:104px; text-align: center; padding-top: 25px; }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#777777;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#777777; line-height: 26px; }
.nav .nLi h3 a span{font-size:12px; color:#777777 }
.nav .nLi1 h3{ height:100%; width:100%; text-align: center;}
.nav .nLi1 h3 a{font-size:16px;  color:#777777;  position: relative  }
.nav .nLi1 h3 a p{font-size:16px; color:#777777; line-height: 26px; }
.nav .nLi1 h3 a span{font-size:12px; color:#777777 }
.nav li.active{ border-top: 3px solid #a71922}
.nav .nLi:hover{ border-top: 3px solid #a71922}
.nav .nLi:hover h3 span,.nav li.active h3 span{color:#a71922}
.nav .nLi:hover h3 p,.nav li.active h3 p{color:#a71922}
.nav .nLi1:hover{ border-top: 3px solid #a71922}
.nav .nLi1:hover h3 span,.nav li.active h3 span{color:#a71922}
.nav .nLi1:hover h3 p,.nav li.active h3 p{color:#a71922}
.nav .sub{ display:none;left:50%; top:90px;  position:absolute;  line-height:26px; width:110px;  margin-left: -52px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; float: left; margin: 0px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#a71922}




/* 首页:banner */
.banner{ width:100%; height:670px; position: relative; overflow: hidden}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{position:absolute;right:50%; margin-right: -40px; bottom:50px;z-index:1;overflow:hidden;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:40px;height:8px; background: #eee; cursor:pointer; border-radius:5px;}
.banner .slideBox .hd ul li.on{background:#a71922}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.banner video{width:100%; height:auto;}
.ban_info{width:1200px; height:213px; position: absolute; top:218px; left:50%; margin-left: -600px; background: url(../images/ban_y.png) no-repeat left center; padding-left: 60px;}
.ban_info h4{font-size:40px; color: #fff; line-height: 40px; margin-bottom:12px; }
.ban_info p{font-size:20px; color: #fff; line-height: 30px; margin-bottom: 40px; width: 680px}
.ban_info span{width:163px; height: 42px; background: #a71922; border-radius: 25px; text-align: center; line-height: 42px; font-size: 20px; color: #fff; display: block;}




/*产品分类*/
.index_pro_class{width:100%;  height:auto; margin-top:60px;}
.index_pro_title{width:auto;display:table; margin:0px auto; position: relative;  height:136px; padding-top: 28px;}
.index_pro_title:after{content: ""; width: 308px; height: 112px; border: 12px solid #eeeeee; position: absolute; top:0; left:28px;}
.index_pro_title p{font-size: 20px; color: #9e9e9e; position: relative;  z-index: 9}
.index_pro_title h3{font-size: 18px; color: #a71922; position: relative; z-index: 9}
.index_pro_title h3 span{font-size: 40px; color: #a71922; margin-right: 10px;}
.index_pro_class ul{width:100%;  height: auto; overflow: hidden;margin-top: 38px}
.index_pro_class ul li{width:380px; height: 290px; float: left; position: relative; margin-right: 26px; margin-bottom:30px; overflow: hidden}
.index_pro_class ul li img.p_class{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_pro_class ul li:nth-child(3n){margin-right: 0}
.in_pro_right{width:184px; height: 290px; position: absolute; top:0; right:0; background: rgba(0,0,0,0.3); padding:56px 20px;}
.in_pro_right h4{font-size: 14px; color: #fff; text-transform:Uppercase;}
.in_pro_right h5{font-size: 20px; color: #fff; }
.in_pro_right p{font-size: 14px; color: #fff; line-height: 26px; }
.in_pro_icon{width:100%; height: auto; overflow: hidden; margin: 10px auto;}
.in_picon{width:36px; height: 36px;  background: #a71922; border-radius:50%; display: flex; align-items: center; float: left}
.in_picon img{align-items: center; margin: 0px auto;}
.in_pro_icon hr{width:32px; height: 2px; background: #fff; display: block; float: left; margin-top: 16px; margin-left: 48px;}

.index_pro_class ul li:hover .p_class{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}

.in_pro_info{font-size: 14px; color: #fff; line-height: 26px;}



/*技术*/
.index_jishu{width:100%; height:auto; display:block; background: #f3f3f3; margin-top: 60px; padding-top: 60px;}
.index_ab_title{width:auto;display:table; margin:0px auto; position: relative;  height:136px; padding-top: 28px;}
.index_ab_title:after{content: ""; width: 308px; height: 112px; border: 12px solid #fff; position: absolute; top:0; left:28px;}
.index_ab_title p{font-size: 20px; color: #9e9e9e; position: relative;  z-index: 9}
.index_ab_title h3{font-size: 18px; color: #a71922; position: relative; z-index: 9}
.index_ab_title h3 span{font-size: 40px; color: #a71922; margin-right: 10px;}
.index_jishu_lei{width:auto; display:table; margin:45px auto;}
.index_jishu_lei li{width:200px; height:auto; float:left; background:url(../images/hui_xs.png) no-repeat right center; transition: all 0.4s ease-in-out;}
.index_jishu_lei li i{width:100%; height:68px; margin:0px auto; display: block}
.index_jishu_lei li h4{width:100%; height:40px; line-height:40px; font-size:18px; color:#333; text-align:center}
.js_i1{background:url(../images/js_i1.png) no-repeat center}
.js_i2{background:url(../images/js_i2.png) no-repeat center}
.js_i3{background:url(../images/js_i3.png) no-repeat center}
.js_i4{background:url(../images/js_i4.png) no-repeat center}
.js_i5{background:url(../images/js_i5.png) no-repeat center}
.js_i6{background:url(../images/js_i6.png) no-repeat center}
.index_jishu_lei li:hover .js_i1{background:url(../images/js_hi1.png) no-repeat center}
.index_jishu_lei li:hover .js_i2{background:url(../images/js_hi2.png) no-repeat center}
.index_jishu_lei li:hover .js_i3{background:url(../images/js_hi3.png) no-repeat center}
.index_jishu_lei li:hover .js_i4{background:url(../images/js_hi4.png) no-repeat center}
.index_jishu_lei li:hover .js_i5{background:url(../images/js_hi5.png) no-repeat center}
.index_jishu_lei li:hover .js_i6{background:url(../images/js_hi6.png) no-repeat center}
.index_jishu_lei li:hover{margin-top: -20px; transition: all 0.4s ease-in-out;}


.in_jishu_all{width:100%; height:500px; position:relative}
.jishu_all_info{width:654px; height: 190px;  position:absolute; top:156px; left:50%;margin-left: -327px; background: url(../images/js_ban.png) no-repeat center; text-align:center}
.in_jishu_all .bd{position:relative;z-index:0;width:100%;height:100%}
.in_jishu_all .bd ul{width:100%;height:100%}
.in_jishu_all .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.in_jishu_all .bd li a{display:block;overflow:hidden;width:100%;height:100%; text-align: center}
.jishu_all_info h4{font-size: 14px; color: #fff; text-transform:Uppercase; padding-top: 20px}
.jishu_all_info h5{font-size: 20px; color: #fff; position: relative; display: table; margin: 0px auto;}
.jishu_all_info h5:after{content: ""; width: 52px; height: 2px; background: #fff; position: absolute; top:12px; left:-62px}
.jishu_all_info h5:before{content: ""; width: 52px; height: 2px; background: #fff; position: absolute; top:12px; right:-62px}
.jishu_all_info p{font-size: 16px; color: #fff; line-height: 26px; }
.js_class{width:36px; height: 36px;  background: #a71922; border-radius:50%; display: flex; align-items: center; margin: 10px auto;}
.js_class img{align-items: center; margin: 0px auto;}




/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; margin-top: 66px;}
.index_case .Box{width:100%; height: auto; }
.index_case .Box .Box_con {position: relative; margin-top:40px;}
.index_case .Box .Box_con .conbox {position: relative;overflow: hidden; width:100%; margin: 0px auto; }
.index_case .Box .Box_con .conbox ul {position: relative;list-style: none;}
.index_case .Box .Box_con .conbox ul li {float: left;width:284px;height:auto; margin-left:21px;overflow: hidden; position:relative}
.index_case .Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.index_case_pic{width:284px; height:auto;  overflow: hidden; position: relative}
.index_case_pic img{width:100%; height: 100%; transition: all 0.5s; display: block}
.index_case .Box .Box_con .conbox ul li:hover img{transform: scale(1.1);}
.index_case .Box .Box_con .conbox ul li h4{width:100%; height:40px; line-height:40px; font-size:18px; color:#333;  text-align:center}
.index_case .Box .Box_con .conbox ul li i{width:100%; height:100%;
	position: absolute; top:0; left:0; opacity: 0; display: block}
.index_case .Box .Box_con .conbox ul li:hover i{opacity: 1}
.index_case .Box .Box_con .btn {display: block;width:60px;height:60px;cursor: pointer;  text-align: center; position: absolute; top:50%;  margin-top: -30px; opacity: 0.5  }
.index_case .Box .Box_con .btnl {float: left; background: url(../images/c_left.png) no-repeat; left:-70px;}
.index_case .Box .Box_con .btnr { float: right; background: url(../images/c_right.png) no-repeat; right:-70px;}
.index_case .Box .Box_con .btnl:hover{background: url(../images/c_left.png) no-repeat; opacity: 1}
.index_case .Box .Box_con .btnr:hover{background: url(../images/c_right.png) no-repeat;  opacity: 1}





/*产品*/
.index_product{width:100%; height:auto; background: #f3f3f3; padding: 58px 0; margin-top: 58px;}
.index_pro_all{width:90%; height:auto; overflow:hidden; margin: 38px auto 0}
.index_pro_all .swiper-container{padding-bottom: 50px;}
.index_pro_all .swiper-slide{background: none}
.index_pro_all .swiper-slide a{width:100%; height:auto; display:block;}
.in_pro_p{width:100%; height:auto; display:block; position:relative; overflow: hidden}
.in_pro_p img{width:100%; height:auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.in_pro_p span{width:100px; height:28px; line-height: 28px; border:1px solid #eee; text-align:center; display:block; position:absolute; top:20px; left:20px}
.in_pro_title{width:100%; height:55px; background: #f8f8f8; padding: 0px 20px; }
.in_pro_title h3{width:200px; height: 100%; line-height: 55px; float: left; font-size: 16px; color: #4d4d4d; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_pro_title i{width:36px; height: 100%; float: right; background: url(../images/p_jts.png) no-repeat center}
.swiper-pagination-bullet{width:50px; height: 6px; background: #e6e6e6; border-radius: 25px; opacity: 1}
.swiper-pagination-bullet-active{width:70px; background: #d9d9d9}
.index_pro_all .swiper-slide a:hover span{background: #a71922; color: #fff; border: 0}
.index_pro_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_pro_all .swiper-slide a:hover h3{color:#a71922}
.index_pro_all .swiper-slide a:hover i{background: url(../images/p_hjts.png) no-repeat center}



/*关于我们*/
.index_about{width:100%;  height: 534px; overflow:hidden; background: url(../images/about_bjs.jpg) no-repeat left bottom }
.index_about .container{width:1200px; height: auto; margin: 0px auto;}
.index_about_right{width:628px; height: 464px; float: right}
.index_about_left{width:546px; height: auto; float: left}
.index_title{width:100%; height: auto; overflow: hidden}
.index_title h4{font-size: 112px; color: #fff; font-weight: bold;}
.index_title h5{font-size:26px; color: #4d4d4d; margin-top: -60px;}
.index_about_left h6{font-size: 20px; color: #4d4d4d; margin-top: 10px;}
.index_about_xx{width:100%; height: auto; overflow: hidden;  margin: 20px 0}
.index_about_xx a{font-size: 14px; color: #4d4d4d; line-height: 28px;}
.ab_more{font-size: 14px; color: #4d4d4d;}
.ab_more:hover{color:#a71922}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top: 50px; margin-bottom: 60px;}
.index_news_left{width:450px; height:auto; float:left; margin-top: 40px;}
.index_news_left span{font-size: 14px; color: #4d4d4d; display: block}
.index_news_left h3{font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; height: 40px; line-height: 40px; margin-bottom: 8px;}
.index_news_left p{width:100%; height: 120px;  font-size: 14px; color: #4d4d4d; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden;}
.in_news_pic{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.in_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  
	-webkit-transform: all 1s ease 0s;}
.in_news_more{width:100%; height:50px; }
.in_news_more img{width:50px; height: 50px; float: left}
.in_news_more p{width:158px; height: 50px; float: left; text-align: center; font-size: 14px; color: #a71922; line-height: 50px; background: #f3f3f3}
.index_news_left:hover h3,.index_news_left:hover p{color:#a71922}
.index_news_left:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_right{width:700px; height: auto; float: right; margin-top: 40px;}
.index_news_right li{width:100%; height: 140px; overflow: hidden; padding: 20px 40px;}
.in_news_t{width:100%; height: 40px; line-height: 40px;}
.in_news_t h3{width:460px; height: 100%; float: left; font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_news_t span{float: right; font-size: 14px; color: #4d4d4d; line-height: 40px;}
.index_news_right li p{width:100%; height: 50px; line-height: 25px; font-size: 14px; color: #4d4d4d; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }

.index_news_right li:hover h3,.index_news_right li:hover p,.index_news_right li:hover span{color:#a71922}




/*底部*/
.footer{width:100%; height: 305px; overflow: hidden; margin-top: 50px; background:url(../images/footer.jpg) no-repeat center; padding-top:40px}
.footer .container{overflow: hidden; width: 1200px}
.footer_left{width:448px; height: auto; float: left}
.f_logo{width:100%; height:98px; }
.f_logo img{width:176px; height:auto; diplay:block;}
.footer_left p{font-size: 14px; color: #999999; line-height: 28px;}
.copy_l{ font-size:14px; color:#fff; line-height:30px; width: 100%}
.copy_l a{color:#fff; margin-left: 20px}
.copy_l a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:40px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:40px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff; }
.footer_zhichi i{ float: left;}
.f_nav{float: left; width: 155px; margin-top: 24px; margin-left: 28px;}
.f_nav h3,.f_contact h3,.footer_right_ma h3{font-size: 16px; color: #fff;}
.f_nav_xx{width:100%; height: auto; overflow: hidden; margin-top: 25px;} 
.f_nav_xx a{width:77px; height: 30px; float: left; line-height: 30px; font-size: 14px; color:#fff}
.f_nav_xx a:hover{text-decoration: underline}
.f_contact{float: left; width: 280px; margin-top: 24px; margin-left: 28px;}
.f_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 24px;}
.f_contact_xx p{font-size: 14px; color: #fff; line-height: 28px;}
.footer_right_ma{width:auto; float: right; margin-top: 25px; }
.footer_right_ma dl{width:103px; height: auto; float: left; margin-right: 20px; margin-top: 20px; }
.footer_right_ma dl dt{width:100%; height: 100%; padding: 10px; background: url(../images/img_pic.png) no-repeat center}
.footer_right_ma dl dt img{width:100%; height: 100%; display: block}
.footer_right_ma dl dd{width:100%; height: 35px; line-height: 35px; font-size:14px; color: #fff; text-align: center;}
.dl_last{margin-right: 0!important}



/*友情链接*/
.footer_link{width:100%; height:auto; overflow: hidden; background: #a71922; padding: 10px 0}
.footer_link p{font-size: 18px; color: #fff; float: left;line-height:50px; margin-right: 20px;}
.footer_a a{font-size: 14px; color: #fff; float: left; margin-right: 15px; }
.footer_a{width:1063px; height: auto; float: left; overflow: hidden; line-height:30px; margin-top:10px;}
.footer_a a:hover{color:#004c9b}

/*视频弹出css*/
.video-show { position: fixed; bottom: 280px;right: 0; width: 426px; height: auto; z-index: 100;}
.video-show p { height: 30px; line-height: 30px; padding-left: 10px;color: #fff;font-size: 14px; background: #333;}
.video-show p a { float: right;width: 30px;height: 30px; background: no-repeat url(../images/close.png) 5px 5px;}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#a71922;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}






/*内页*/
.ny_banner{ width:100%;  position:relative;  height:400px;clear: left; }
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.service_ban{background: url(../images/xfwl_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.yxwl_ban{background: url(../images/service_ban.jpg) no-repeat center}



.ny_baninfo{width:1200px; height:225px; position: absolute; top:130px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #e3a423; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#a71922}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #a71922)) 0 0 no-repeat;
	-webkit-background-size: 125px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	height:50px;
	line-height:50px;
	font-weight:bold;
	display:block;
	position:absolute;
	left:0;
	top:0%; 
	-webkit-animation-name: shine;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}




/*内部二级导航*/
.ny_nav{width:100%; height:67px;    margin-top: -26px; position: relative; z-index: 9}
.ny_nav ul{width:auto; margin:0px auto; display:table; background:#a71922; border-radius:38px;}
.ny_nav ul li{width:120px; height:67px; line-height:67px; float:left; text-align:center;position:relative; }
.ny_nav ul li a{width:100%; height:100%; display:block; color:#fff}
.ny_nav ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav ul li:last-child{border-radius:0px 38px 38px 0px;}
.ny_nav ul li:hover,.ny_nav ul li.active{background: url(../images/san_bj.png) no-repeat bottom center}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
	margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#a71922}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#a71922}


.ny_pro_nav ul{padding:0px 10px;}
.ny_pro_nav ul li{width:auto; margin:0px 15px; padding:0 18px;}




/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 75px; margin-bottom: 100px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:285px; height:auto; border:1px solid #d2d2d2;  overflow:hidden; padding: 10px; float:left; margin-right:20px; margin-bottom:20px; }
.ny_solution_img{width:100%; height:100%; float:left; overflow:hidden; }
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_product_all ul li h5{width:100%; height: 40px; line-height: 40px; text-align:center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:16px; color: #060507; font-weight:normal}
.ny_product_all ul li:nth-child(4n){margin-right:0}
.ny_product_all ul li:hover h5{color:#a71922}
.ny_product_all ul li:hover{border:1px solid #a71922}




/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:100%; height:auto; overflow:hidden; text-align:center;}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#a71922; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:81px; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px; margin-top:20px;}
.ny_pro_dh i{ color: #333; font-size: 38px; float: left; line-height: 70px; margin-right:10px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #a71922; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px; margin-bottom:100px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #a71922;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #a71922; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.ny_probt{width:100%; height:50px;}
.ny_probt li{width:100%; height:50px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:50px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#a71922; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#a71922;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:40px; background: #a71922; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#a71922}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}

.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
#btnok{width:50px; height:35px; background:#a71922; color:#fff; font-size:14px; border:0px; float:right; border-radius:5px; cursor:pointer}



/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:88%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#a71922}
.ny_news_all ul li:hover h3{font-weight: bold; }




/*联系我们*/
.ny_contact_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 100px}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}


/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 100px}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%; height:auto; overflow: hidden; border:1px solid #eee}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block;}
.ny_honor_all ul li p{width:100%; height:40px; line-height: 40px;  font-size:16px; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top:8px;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover p{color:#a71922}
.ny_honor_all ul li:hover .honor_pic{border:1px solid #a71922}




/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 100px; color:#666; line-height:30px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0 100px}、
#move_port{width:360px; height:320px; background:#fff;position: fixed;  box-shadow: 1px 2px 10px rgba(0,0,0,0.2); left: 0; top:0; cursor: pointer;z-index: 10000; padding:20px}
#move_port h4{width:100%; height:40px; line-height:40px; color:#333; text-align:center; font-size:18px;}
#move_port h5{width:100%; height:30px; line-height:30px; color:#333;  font-size:16px;}
#move_port p{width:100%; height:auto; line-height:28px; color:#333; font-size:16px; margin-bottom:10px; text-indent:2rem}
#move_port span{width:100%; height:auto; line-height:28px; color:#333; text-align:right; font-size:16px; margin-bottom:10px; display:block; }
	  

/*案例*/
.ny_case_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 100px; }
.ny_case_all ul{width:100%; height: auto; overflow: hidden}
.ny_case_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_case_all ul li .case-div{width:100%;  height: 100%; height:auto; overflow: hidden; border:1px solid #eee}
.ny_case_all ul li .case-div img{width:100%; height: auto; display:block; overflow: hidden;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.ny_case_all ul li h3{width:100%; height:35px; line-height: 35px;  font-size:1rem; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_case_all ul li:nth-child(4n){margin-right: 0px;}
.ny_case_all ul li:hover h3{color:#a71922}
.ny_case_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}


/*历程*/
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #a71922;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:1022px;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #a71922;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}

